runtime.gcControllerState.idleMarkTime (field)
6 uses
runtime (current package)
mgc.go#L1154: gcController.idleMarkTime.Load(),
mgcpacer.go#L279: idleMarkTime atomic.Int64
mgcpacer.go#L392: c.idleMarkTime.Store(0)
mgcpacer.go#L626: idleUtilization = float64(c.idleMarkTime.Load()) / float64(assistDuration*int64(procs))
mgcpacer.go#L850: c.idleMarkTime.Add(duration)
mstats.go#L936: markIdleCpu = gcController.idleMarkTime.Load()
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |